home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / plain / contrib / vertex / qje.sty < prev    next >
Encoding:
Text File  |  1991-05-22  |  4.8 KB  |  158 lines

  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. %               Quartered Journal of Economics
  3. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4.  
  5. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6. %      Special fonts
  7. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8.  
  9. \font\sctwelve=cmcsc10 scaled\magstep1
  10. \font\scten=cmcsc10
  11.  
  12. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13. %      Set pagesize
  14. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15.  
  16. \hsize=25pc
  17. \vsize=43pc
  18. \hoffset=1in
  19. \voffset=1in
  20.  
  21. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  22. %      Headline and footline
  23. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  24.  
  25. \nopagenumbers 
  26. \def\rightheadline{\hbox to\hsize{\hfil\tenpoint\uppercase{\runname}\hfil{\folio}}}
  27. \def\leftheadline{\hbox to \hsize{\folio \hfil {\tenpoint\sl QUARTERED JOURNAL OF ECONOMICS}\hfil}} 
  28. \headline={\ifodd\pageno\rightheadline\else\leftheadline\fi}
  29.  
  30. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  31. %  Define topmatter style
  32. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  33.  
  34. \def\TitleFont{\sctwelve}
  35. \def\AuthorFont{\scten}
  36.  
  37. \def\title#1{\DoCenteredTitle{#1{$^*$}}}
  38.  
  39. \def\author#1{\DoCenteredAuthor{#1}}
  40.  
  41. \def\affil#1{\global\setbox\affilbox\hbox{\tenit\noindent #1}}
  42.  
  43. \def\thanks#1{\global\setbox\thanksbox\hbox{{\eightpoint #1\par}}}
  44.  
  45. \def\date#1{\global\setbox\datebox\vbox{\tenrm #1 \hfil}}
  46. \def\version#1{}
  47.  
  48. \def\abstract#1{\global\setbox\abstractbox\vbox{\hsize=23pc\ninepoint #1}}
  49.  
  50. \def\keywords#1{}
  51. \def\address#1{}
  52.  
  53. \def\topmatter{\relax}
  54. \def\endtopmatter{\DoTop}
  55. \def\document{\DoPaper\noindent}
  56.  
  57. \let\SectionFont=\scten
  58. \RomanSectiontrue
  59.  
  60. \def\section#1\par{\DoCenteredSection{#1}}
  61.  
  62. \def\subsection#1\par{\BigBreak\noindent
  63.    {\it #1\hfil}\nobreak\medskip\noindent}
  64.  
  65. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  66. %   Math conventions
  67. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  68.  
  69. \outer\def\proclaim #1. #2\par{\medbreak
  70.   \noindent{\scten#1.\enspace}{\rm#2}\par
  71.   \ifdim\lastskip<\medskipamount \removelastskip\penalty55\medskip\fi}
  72.  
  73. \def\proof{\goodbreak\noindent{\scten Proof.\enspace}}
  74.  
  75. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  76. %     Redefine figure macro
  77. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  78.  
  79. \def\Figure#1#2#3{
  80.      \midinsert
  81.      \vbox to #2{\vfil}
  82.      \hbox to \hsize{\vbox{\parindent=0pt%
  83.      \centerline{{\scnine Figure \number#1}}}}
  84.      \endinsert}
  85.  
  86.  
  87. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  88. %   References
  89. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  90.  
  91. \let\RefFont=\eightpoint
  92.  
  93. \def\DoNotes{
  94. \ifvoid\endnoteins\relax\else
  95. \vskip2pc
  96. \noindent{\eightpoint\rm NOTES}
  97. \medskip
  98. \unvbox\endnoteins
  99. \fi}
  100.  
  101. \def\DoRefs{\vskip 2pc
  102. \parindent=0pt
  103. \centerline{{\scten References}}
  104. \vskip 1pc
  105. \RefFont
  106. }
  107.  
  108. \def\Refs{\vskip3pc
  109. \DoRefs}
  110.  
  111. \def\by#1{\setbox\bybox\hbox{\ninepoint#1}}
  112.  
  113. \def\SetRef{
  114.   \ifjour\jourfalse\vbox{\parshape=0\hangindent=3pc\hangafter=2
  115.      \unhbox\bybox, ``\unhbox\paperbox,'' 
  116.      \unhbox\jourbox, {\unhbox\volbox} (\unhbox\yrbox) \ifvoid\nobox\relax\else (\unhbox\nobox), \fi
  117.      \unhbox\pagesbox. \par}\fi
  118.  
  119.  \ifbook\bookfalse\par\vbox{\parshape=0\hangindent=3pc\hangafter=2
  120.      \unhbox\bybox\space {\it \unhbox\bookbox} (\unhbox\publaddrbox : 
  121.          \unhbox\publbox , \unhbox\yrbox).\par}\fi
  122.  
  123.  \ifinbook\inbookfalse\par\vbox{
  124.      \unhbox\bybox, ``\unhbox\paperbox,''
  125.      {\it \unhbox\bookbox}, {\rm \unhbox\editorbox}, eds.
  126.      (\unhbox\publaddrbox : \unhbox\publbox, \unhbox\yrbox).\par}\fi
  127.  
  128.  \ifunpublished\unpublishedfalse\par\vbox{
  129.      \unhbox\bybox\space(\unhbox\yrbox) 
  130.     ``\unhbox\paperbox, '' \unhbox\paperinfobox .\par}\fi
  131. }
  132.  
  133. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  134. %  Set the paper
  135. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  136.  
  137. \def\titlehead{\hfil}
  138. \def\titlefoot{\vbox{\sixpoint
  139.  \line{$\copyright$ 1986 by the President and Fellows of Havahd College.  Published by John Wiley \& Sons, Inc.}
  140.  \line{{\it The\ Quartered\ Journal\ of\ Economics}, August 1986\hfil CCC 0033--5533/030455--16\$04.00}}}
  141.  
  142.  
  143. \def\DoTop{\Reset
  144. \vskip 2pc
  145. \line{\hfil\box\titlebox\hfil}
  146. \ifvoid\thanksbox\relax\else
  147.    \vfootnote{$^*$}{\eightpoint \unhbox\thanksbox \par}\fi
  148. \vskip 1pc
  149. \line{\hfil\box\authorbox\hfil}
  150. \vskip1pc
  151. \line{\hfil\box\abstractbox\hfil}
  152. \vskip2pc}
  153.  
  154. \def\DoPaper{\relax}
  155.  
  156. \tenpoint
  157. \parindent=15pt
  158. \def\footnoterule{}